Skip to main content
PUT
[Authenticated] Update current user profile

Authorizations

Authorization
string
header
required

Partner API key (cativa_...) or a JWT, sent as: Authorization: Bearer .

Body

application/json
firstName
string | null
lastName
string | null
pictureUrl
string | null
job
string | null
about
string | null
gender
enum<integer>
Available options:
0,
1,
2
state
string | null
city
string | null
language
string | null

Response

200

OK